home *** CD-ROM | disk | FTP | other *** search
-
- /* fileUtils.m */
-
- const char *XFileExtension(const char *fileName);
- const char *XFileNameExtension(const char *fileName);
-
- int XFileExists(const char *fileName);
- int XFileIsDirectory(const char *fileName);
- int XFileIsLink(const char *fileName);
- char *XFileGetLink(const char *file, char *link);
- long XFileSize(const char *fileName);
-
- char *XCurrentDir(char *dir);
- int XChangeDir(char *path);
-
- int XCopyFile(const char *fromName, const char *toName, int backup);
-
- char *XMountPath(char *path, char *mountPath);
- char *XResolveLinks(char *path, char *nPath);
-